home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 4 / Mac Giga-ROM 4.0 - 1993.toast / FILES / DEV / A-B / 007.FracApp.cpt / About FracApp next >
Text File  |  1988-08-02  |  1KB  |  32 lines

  1. _______________________________________________________________________________________________
  2.  
  3. Macintosh Sample Code
  4.  
  5. #7: FracApp
  6.  
  7. Versions:    1.0                    8/88
  8.  
  9. Components:    MFracApp.p            August 1, 1988
  10.             UFracApp.p            August 1, 1988
  11.             UFracApp.inc1.p        August 1, 1988
  12.             FracApp.r            August 1, 1988
  13.             FracApp.make        August 1, 1988
  14.  
  15. ______________________________________________________________________________________________
  16.  
  17. This program requires MPW 2.0.2 and MacApp 1.1.1 to build.
  18.  
  19. This is the ‘commercial quality’ version of FracApp.  This version supports color table
  20. animation, using an offscreen gDevice w/ Port, and handles multiple documents.  The
  21. CopyBits updates to the screen are as fast as possible.  The program does not use the
  22. Palette Manager, except to provide for the system palette, or color modes with less than
  23. 255 colors.  For color table animation using an offscreen gDevice w/ Port, it uses the
  24. Color Manager and handles the colors itself.  Strict compatibility was relaxed to allow for
  25. a higher performance program.  This is the most ‘real’ of the FracApp programs.
  26.  
  27. Color on the Macintosh is continuing to evolve. We hope that future versions of this
  28. program will be able to use the PM and still get the same level of performance. In order
  29. to achieve this, better QuickDraw (i.e. CopyBits) and Palette Manager integration will
  30. have to be attained.
  31.  
  32.